Auto merge of #3791 - sunng87:port-handlebars-to-serde, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 3 Mar 2017 15:40:30 +0000 (15:40 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Mar 2017 15:40:30 +0000 (15:40 +0000)
Use serde type system for handlebars

This will help cargo to drop rustc_serialize as dependency (#3682). Handlebars actually supports using serde_json as its type system instead of rustc_serialize. And I'm planning to drop rustc_serialize in future releases.


Trivial merge